vendor/golang.org/x/net/http2/hpack.headerFieldTable.ents (field)
14 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L183: dt.size -= dt.table.ents[n].Size()
hpack.go#L202: return staticTable.ents[i-1], true
hpack.go#L211: return dt.ents[dt.len()-(int(i)-staticTable.len())], true
static_table.go#L125: ents: []HeaderField{
tables.go#L29: ents []HeaderField
tables.go#L52: return len(t.ents)
tables.go#L60: t.ents = append(t.ents, f)
tables.go#L69: f := t.ents[k]
tables.go#L78: copy(t.ents, t.ents[n:])
tables.go#L80: t.ents[k] = HeaderField{} // so strings can be garbage collected
tables.go#L82: t.ents = t.ents[:t.len()-n]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |